CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - B 树

搜索资源列表

  1. 6.3library

    0下载:
  2. 图书管理系统 C**实现的 包括B树 可以参考一下呀 有需要联系我哈
  3. 所属分类:教育/学校应用

    • 发布日期:2008-10-13
    • 文件大小:44645
    • 提供者:小崔
  1. B_Tree

    0下载:
  2. B-树的创建、插入、删除等一系列操作!-B-tree creation, insert, delete a series of manipulations!
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:4091
    • 提供者:刘意
  1. bptree

    0下载:
  2. 清华大学数据结构课上实现的B+树,设计一个4阶B+树,包括: (1) 叶子的每个记录应该包括4字节(long)关键码值和60字节的数据字段(存储文件名等,可以自定),设每个叶子可以存储5条记录,而内部节点应该是关键码值/指针对。此外,每个节点还应该有指向同层下一个节点的指针、本节点存储的关键码数等; (2) 此4阶B+树应该支持插入、删除以及根据给定关键码值进行精确检索与关键码范围检索; (3) 显示(打印)此4阶B+树的生长(含删除节点)过程实例;-Tsinghua University cl
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:3777
    • 提供者:qqiang
  1. 索引技术

    0下载:
  2. 是当初的数据结构的做业,用的是b+树这一块,非常值得初学者的参考-is the original data structure for doing business, it was a b tree this very worthwhile reference beginners
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:117242
    • 提供者:xzh
  1. 图书管理2to2

    0下载:
  2. 本系统完成了要求的所有功能,能进行图书的基本管理业务活动。包括采编入库、清除库存、借阅和归还等。利用B树对书号建立索引,提高了工作的效率。本系统支持对中文书籍的输入输出。.用户界面友好,有用户使用说明,每一步操作都有说明与提示。程序运行通过,有详细的解释说明。-the system completed all the required functions, the library will conduct basic management operations. Journalists, inc
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:14064
    • 提供者:妮娜
  1. 数据结构和算法Flash动画演示

    1下载:
  2. 数据结构和算法Flash动画演示 B树的删除,B树的生长过程,串的顺序存储,单链表结点的插入,单链表结点的删除,堆排序,二叉排序树的删除等-data structures and algorithms Flash animation demo B-tree removal, B-tree growth, the sequence string storage, single linked list of nodes inserted, single linked list of nodes re
  3. 所属分类:数据结构常用算法

    • 发布日期:2008-10-13
    • 文件大小:966119
    • 提供者:仙道
  1. cfs B树

    0下载:
  2. rbtree
  3. 所属分类:Linux/Unix编程

    • 发布日期:2012-03-29
    • 文件大小:10613
    • 提供者:lijay@126.com
  1. Btree

    0下载:
  2. B树的实现,实现B树的插入和删除等操作,可运行-B-tree implementation
  3. 所属分类:Windows Kernel

    • 发布日期:2017-04-06
    • 文件大小:551445
    • 提供者:kjh
  1. bBTREE.rar

    2下载:
  2. B+树实现索引的源程序 一个数据库管理系统的项目 ,B+ tree index source to achieve a database management system project
  3. 所属分类:数据结构常用算法

    • 发布日期:2012-11-03
    • 文件大小:15780
    • 提供者:huangxiansheng
  1. BPlusTree

    0下载:
  2. 基于JAVA的B+树数据结构,B+树是改进的平衡二叉树,查询效率更高。-JAVA-based B+-tree data structure, B+ tree is an improved balanced binary tree, the query more efficient.
  3. 所属分类:Java Develop

    • 发布日期:2017-03-31
    • 文件大小:7039
    • 提供者:huxuan
  1. bplustree

    0下载:
  2. b+树算法的c语言实现,编译后运行,可以测试b+树的生成、插入、删除、搜索-b+ tree algorithm c-language implementation, compiled to run, you can test the generation of b+ tree, insert, delete, search
  3. 所属分类:Data structs

    • 发布日期:2017-03-29
    • 文件大小:352643
    • 提供者:梁桥江
  1. BPlusTree

    1下载:
  2. 数据库课程上的Project,用B+树实现数据的快速外部检索。-Database programs on the Project, with a B+ tree, fast external retrieval of data.
  3. 所属分类:Other windows programs

    • 发布日期:2014-12-19
    • 文件大小:218742
    • 提供者:duanchao
  1. lsb

    1下载:
  2. 局部敏感哈希的源码,用到了B树,有兴趣的朋友可以-Local sensitive hash source, use the B-tree, and interested friends can see
  3. 所属分类:Special Effects

    • 发布日期:
    • 文件大小:63183
    • 提供者:郑雪梅
  1. TreeAlg

    0下载:
  2. c++ 伸展树(splay) B-树的实现源码-c++ extension tree (splay) B-tree to achieve source
  3. 所属分类:Data structs

    • 发布日期:2017-04-06
    • 文件大小:14573
    • 提供者:rendyqi
  1. bplustree

    0下载:
  2. C语言实现B+树的操作 建立 插入 删除 查找 合并 分裂-C language to the operation of the establishment of the B+ tree insertion and deletion Find merge split
  3. 所属分类:Other systems

    • 发布日期:2017-03-25
    • 文件大小:2639
    • 提供者:zx
  1. btree

    0下载:
  2. 一个关于B树结构的详细介绍,尤其是在数据库中利用其实现索引功能-B tree structure of a detailed introduction, especially in the database using its indexing realize
  3. 所属分类:File Formats

    • 发布日期:2017-03-23
    • 文件大小:181448
    • 提供者:yuamei
  1. Library

    0下载:
  2. 图书管理系统: 控制台界面--在存储信息的时候模拟了一颗B树-Library management system: console interface- to store information in a time when a B simulated tree
  3. 所属分类:Data structs

    • 发布日期:2017-05-03
    • 文件大小:587130
    • 提供者:zhanghao
  1. btree.tar

    0下载:
  2. b树的实现,包括打开关闭节点,打开节点 关闭节点,打开所有节点,关闭所有节点, 打开子节点,显示当前节点的增加节点 增加多个节点,删除节点-b-tree to achieve, including the closure of the node to open, open the node closed node, open to all nodes, the closure of all nodes, open the child nodes, indicating an in
  3. 所属分类:Data structs

    • 发布日期:2017-04-29
    • 文件大小:19420
    • 提供者:moyini
  1. bstree

    0下载:
  2. 二叉树 数据结构 忘了是第几个实验 好像是第六个 用b树做的-Binary tree data structure is the first of several forgotten experiment seems to be the sixth to do with b tree
  3. 所属分类:Data structs

    • 发布日期:2017-04-13
    • 文件大小:2798
    • 提供者:409
  1. BookManage

    0下载:
  2. 图书馆的图书管理系统,此系统为数据结构课程设计源代码,为B树实现。-Library' s library management system, the system data structure for curriculum design source code, for the B Tree implementation.
  3. 所属分类:Console

    • 发布日期:2017-05-09
    • 文件大小:1552692
    • 提供者:ljy
« 1 2 3 4 5 6 78 9 10 11 12 ... 21 »
搜珍网 www.dssz.com